home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
SNNSV32.ZIP
/
SNNSv3.2
/
kernel
/
sources
/
arttr_f.ph
< prev
next >
Wrap
Text File
|
1994-04-25
|
1KB
|
47 lines
/*****************************************************************************
FILE : arttr_f.ph
SHORTNAME :
SNNS VERSION : 3.2
PURPOSE : SNNS-Kernel special transfer functions for ART-networks
NOTES :
AUTHOR : Sven Doering
DATE :
CHANGED BY : Sven Doering
IDENTIFICATION : @(#)arttr_f.ph 1.6 3/15/94
SCCS VERSION : 1.6
LAST CHANGE : 3/15/94
Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
******************************************************************************/
#ifndef _ARTTR_F_DEFINED_
#define _ARTTR_F_DEFINED_
/* begin global definition section */
FlintType OUT_ART2_Noise_PLin (register FlintType activation);
FlintType OUT_ART2_Noise_ContDiff (FlintType activation);
FlintType ACT_ART1_NC (struct Unit *unit_ptr);
FlintType ACT_ART2_Linear (struct Unit *unit_ptr);
FlintType ACT_ART2_NormP (struct Unit *unit_ptr);
FlintType ACT_ART2_NormV (struct Unit *unit_ptr);
FlintType ACT_ART2_NormW (struct Unit *unit_ptr);
FlintType ACT_ART2_NormIP (struct Unit *unit_ptr);
FlintType ACT_ART2_Rec (struct Unit *unit_ptr);
FlintType ACT_ART2_Rst (struct Unit *unit_ptr);
FlintType ACT_ARTMAP_NCa (struct Unit *unit_ptr);
FlintType ACT_ARTMAP_NCb (struct Unit *unit_ptr);
FlintType ACT_ARTMAP_DRho (struct Unit *unit_ptr);
/* end global definition section */
/* begin private definition section */
/* end private definition section */
#endif